home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / smtpsu.dfm / smtpsu.txt
Encoding:
Text File  |  1999-07-20  |  2.5 KB  |  142 lines

  1. object SetupDlg: TSetupDlg
  2.   Left = 246
  3.   Top = 115
  4.   BorderStyle = bsDialog
  5.   Caption = 'Setup'
  6.   ClientHeight = 217
  7.   ClientWidth = 383
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 369
  19.     Height = 169
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 24
  24.     Top = 24
  25.     Width = 68
  26.     Height = 13
  27.     Alignment = taRightJustify
  28.     Caption = 'SMTP Server'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 24
  32.     Top = 48
  33.     Width = 68
  34.     Height = 13
  35.     Alignment = taRightJustify
  36.     Caption = 'EMail address'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 24
  40.     Top = 72
  41.     Width = 68
  42.     Height = 13
  43.     Alignment = taRightJustify
  44.     Caption = 'Name'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 24
  48.     Top = 144
  49.     Width = 68
  50.     Height = 13
  51.     Alignment = taRightJustify
  52.     Caption = 'Log File Name'
  53.   end
  54.   object Label6: TLabel
  55.     Left = 27
  56.     Top = 120
  57.     Width = 65
  58.     Height = 13
  59.     Alignment = taRightJustify
  60.     Caption = 'Character Set'
  61.   end
  62.   object Label5: TLabel
  63.     Left = 16
  64.     Top = 94
  65.     Width = 76
  66.     Height = 13
  67.     Alignment = taRightJustify
  68.     Caption = 'Encoding'
  69.   end
  70.   object ServerEdit: TEdit
  71.     Left = 101
  72.     Top = 16
  73.     Width = 265
  74.     Height = 21
  75.     TabOrder = 0
  76.   end
  77.   object UserAddressEdit: TEdit
  78.     Left = 101
  79.     Top = 40
  80.     Width = 265
  81.     Height = 21
  82.     TabOrder = 1
  83.   end
  84.   object UserNameEdit: TEdit
  85.     Left = 101
  86.     Top = 64
  87.     Width = 265
  88.     Height = 21
  89.     TabOrder = 2
  90.   end
  91.   object LogFileNameEdit: TEdit
  92.     Left = 101
  93.     Top = 136
  94.     Width = 265
  95.     Height = 21
  96.     TabOrder = 5
  97.   end
  98.   object CharSetComboBox: TComboBox
  99.     Left = 101
  100.     Top = 112
  101.     Width = 145
  102.     Height = 21
  103.     Style = csDropDownList
  104.     ItemHeight = 13
  105.     Items.Strings = (
  106.       'US-ASCII'
  107.       'ISO-8859-1')
  108.     TabOrder = 4
  109.   end
  110.   object OKButton: TButton
  111.     Left = 216
  112.     Top = 184
  113.     Width = 75
  114.     Height = 25
  115.     Caption = 'OK'
  116.     ModalResult = 1
  117.     TabOrder = 6
  118.   end
  119.   object CancelButton: TButton
  120.     Left = 296
  121.     Top = 184
  122.     Width = 75
  123.     Height = 25
  124.     Cancel = True
  125.     Caption = 'Cancel'
  126.     ModalResult = 2
  127.     TabOrder = 7
  128.   end
  129.   object EncodingComboBox: TComboBox
  130.     Left = 101
  131.     Top = 88
  132.     Width = 145
  133.     Height = 21
  134.     Style = csDropDownList
  135.     ItemHeight = 13
  136.     Items.Strings = (
  137.       'MIME'
  138.       'UUCode')
  139.     TabOrder = 3
  140.   end
  141. end
  142.